Requirement:
Get variables/properties in Script task.
Solution(in VB):
1. Get properties:
MsgBox(Dts.Connections(“fileDest”).ConnectionString)
2. Get variables:
MsgBox(Dts.Variables(“User::Counter”).Value.ToString)
Use expression to get dynamic data in SSIS package (file name with date) <->
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.